This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Sven Minaburnivu 25.Nov.02 12:48 PM a Web browser Applications Development6.0Windows 2000
I've got a java program that runs fine accessing a local database with R5. If I replace the R5 Notes.jar with the R6 Notes.jar I get the following error:
--------------------------------------
java.lang.UnsatisfiedLinkError:NGetWrapper
at lotus.domino.local.NotesBase.NGetWrapper(Native Method)
at lotus.domino.local.Session.FindOrCreateSession(Session.java:224)
at lotus.domino.local.Session.createSession(Session.java:69)
at lotus.domino.NotesFactory.createSession(NotesFactory.java:17)
at NotesMain.run(NotesMain.java:66)
at lotus.domino.NotesThread.run(NotesThread.java:200)
----------------------------------
NotesMain line 66 is:
Session s = NotesFactory.createSession();
I had thought that the java wrappers were not ready yet for R6 but other postings lead me to believe that other folks are able to create sessions. Is it me?
Susan